google.golang.org/grpc/internal/transport.bdpEstimator.sample (field)

6 uses

	google.golang.org/grpc/internal/transport (current package)
		bdp_estimator.go#L57: 	sample uint32
		bdp_estimator.go#L93: 		b.sample = n
		bdp_estimator.go#L98: 	b.sample += n
		bdp_estimator.go#L122: 	bwCurrent := float64(b.sample) / (b.rtt * float64(1.5))
		bdp_estimator.go#L129: 	if float64(b.sample) >= beta*float64(b.bdp) && bwCurrent == b.bwMax && b.bdp != bdpLimit {
		bdp_estimator.go#L130: 		sampleFloat := float64(b.sample)